home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / dema / crysis_sp_demo.exe / AllOth~1.cab / shaders.pak / Shaders / Particles.ext < prev    next >
Encoding:
Text File  |  2007-06-24  |  1.2 KB  |  43 lines

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  Crytek Engine Source File.
  4. //  Shader extension
  5. //  Copyright (C), Crytek Studios, 2001-2004.
  6. // -------------------------------------------------------------------------
  7. //  File name:   Particles.ext
  8. //  Version:     v1.00
  9. //  Created:     16/2/2004 by Andrey Honich.
  10. //  Compilers:   
  11. //  Description: Particles shader extension used by the editor
  12. //               for automatic shader generation (based on "Particles" shader template)
  13. // -------------------------------------------------------------------------
  14. //  History:
  15. //
  16. ////////////////////////////////////////////////////////////////////////////
  17.  
  18. Version (1.00)
  19.  
  20. Property
  21. {
  22.   Name = %REFRACTION
  23.   Mask = 0x4
  24.   Property    (Refraction)
  25.   Description (Use bump-map texture as displacement for refraction)
  26. }
  27.  
  28. Property
  29. {
  30.   Name = %FAKE_SPECULAR
  31.   Mask = 0x8
  32.   Property    (Fake Specular)
  33.   Description (Use environment map for faking specularity)
  34.   DependencyReset = $TEX_Custom
  35. }
  36.  
  37. Property
  38. {
  39.   Name = %SCREEN_SPACE_DEFORMATION
  40.   Mask = 0x10
  41.   Property    (Screen space deformation)
  42.   DependencyReset = $TEX_Custom
  43. }